home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / C / Comet2.1.3 Folder / emlib / basic.rsrc / basic.rsrc.rsrc / TEXT_2005.txt < prev    next >
Encoding:
Text File  |  1991-07-26  |  2.6 KB  |  40 lines

  1.     
  2.  
  3.             USING THE EDIT MENU
  4.  
  5.  
  6.     "Undo":  Not used by Comet; provided for compatibility with DAs.
  7.  
  8.     "Cut":  If the .edit window is in front, this command cuts the selection range and copies it into the Clipboard.
  9.  
  10.     "Copy":  Makes a copy of the screen or the selection (if one exists) or the text selection and copies it into the Clipboard.
  11.  
  12.     "Paste":  Pastes the contents of the Clipboard into the screen or text at the current cursor location.
  13.  
  14.     "Clear":  If the .edit window is in front, this command clears the selection range.
  15.  
  16.     "Select All":  Selects the whole emulator screen or text.
  17.  
  18.     "Table Mode for Copy and Save":  When you do a Copy or Save, runs of blanks will be converted into a single Tab character to assist in copying tables from the terminal screen and pasting them into programs such as spreadsheets.  If the beginning of the selection range is less than the end of the selection range, only the text in between the beginning and end of the range will be copied, so that you can exclude portions of the table.
  19.  
  20.     "Append file to .edit window...":  Presents the Standard Get File Dialog and appends the TEXT format file you select to the session's .edit window, which has the same name as the session with ".edit" appended.  The .edit window is a TextEdit window, and can hold up to 32K of text.  If you specify "sessionname.edit" when you do a download, the downloaded text will be automatically appended to the window; likewise, an upload using the session name with ".edit" will cause Comet to save the .edit window before the upload is performed.
  21.  
  22.     "Append to .edit window":  Appends the screen or selection to the end of the session's .edit window.  
  23.  
  24.     "Record session":  When this mode is on, the contents of the emulator screen will be automatically appended to its .edit window when the host clears the screen or lines scroll off the top.  This setting is saved in the session's configuration.
  25.  
  26.     "Page up":  Move up one page in the .edit window.
  27.  
  28.     "Page down":  Move down one page in the .edit window.
  29.  
  30.     "Jump to end":  Move the cursor to the end of the .edit window.
  31.  
  32.     "Find...":  Offers a dialog to enter a text string you want to find in the .edit window.  You can hold down the Shift key to search backwards.
  33.  
  34.     "Find same":  Comet will try to find the last string for which you searched in the .edit window.  You can hold down the Shift key to search backwards. 
  35.  
  36.     "Add Returns":  Adds a Carriage Return at the end of each line in the .edit window selection so the text can be pasted into a host document.
  37.  
  38.     "Remove Returns":  Removes any Return from the .edit window selection which does not have adjacent Return or spaces.
  39.  
  40.